home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / userbox / publicdomain / edspell / utils / readme < prev    next >
Text File  |  1996-07-27  |  1KB  |  36 lines

  1.  
  2.  
  3.                             DelWord - Version 1.0
  4.  
  5.  
  6.                               Martin Reddy, 1996
  7.  
  8.  
  9.  
  10. This  directory contains the C source code and executable  for  the  DelWord
  11. utility.   This  is  a  very simply little program  which  will  remove  all
  12. occurrences  of a specified word from an ISpell user dictionary  file.   The
  13. program is used from the shell as follows:
  14.  
  15.     DelWord <word> [<userdictfile>]
  16.  
  17. If no user dictionary filename is specified,  then EdSpell:Dict/UserDict.txt
  18. will be used by default.  This command will return a result of 0 if the word
  19. was removed successfully from the dictionary,  a result of 1 if the word did
  20. not  exist  in  the dictionary,  and a result greater than  1  if  an  error
  21. occurred (e.g. file not found, disk full etc).
  22.  
  23. This  program  is used by the DeleteWord.epxx script in order  to  implement
  24. the removing of words from the user dictionary.
  25.  
  26. The  source  code  provided has been compiled  under  SAS-C  V6.50  and  the
  27. compiler options file has been included.  However,  the code is bog standard
  28. ANSI C and so should compile under pretty much any decent C compiler.
  29.  
  30. The source code and executable is provided "as-is" and is freely available
  31. to distribute, blah, blah, blah.
  32.  
  33. ----
  34. Martin Reddy
  35. <M.Reddy@ed.ac.uk>
  36.